-
Notifications
You must be signed in to change notification settings - Fork 20
DOCSP-48326: Connection Pooling technical feedback #221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOCSP-48326: Connection Pooling technical feedback #221
Conversation
✅ Deploy Preview for docs-pymongo ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -184,7 +184,9 @@ in the {+mdb-server+} manual. | |||
| **Connection URI Example**: ``maxConnecting=3`` | |||
|
|||
* - ``maxIdleTimeMS`` | |||
- | The maximum time that a connection can remain idle in the pool. | |||
- | The maximum time that a connection can remain idle in the pool. When a connection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When a connection exceeds the maxIdleTimeMS
limit, it is closed and removed from the pool entirely since it's already waiting unused in the pool.
(cherry picked from commit 9789802)
(cherry picked from commit 9789802)
(cherry picked from commit 9789802)
(cherry picked from commit 9789802)
(cherry picked from commit 9789802)
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-48326
Staging Links
Self-Review Checklist